DataCollectedEvent

data class DataCollectedEvent(value: List<JsonElement>) : Event

Contains an bucket of collected trace events. When tracing is stopped collected events will be send as a sequence of dataCollected events followed by tracingComplete event.

Constructors

DataCollectedEvent
Link copied to clipboard
fun DataCollectedEvent(value: List<JsonElement>)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

value
Link copied to clipboard
val value: List<JsonElement>

Sources

jvm source
Link copied to clipboard